The `this_` argument is passed to `gtk_expression_watch()`, which
accepts it as nullable.
Fixes: #2900
* @self: (transfer full): a #GtkExpression
* @target: (transfer none) (type GObject): the target object to bind to
* @property: name of the property on @target to bind to
- * @this_: (transfer none) (type GObject): the this argument for
+ * @this_: (transfer none) (type GObject) (nullable): the this argument for
* the evaluation of @self
*
* Bind @target's property named @property to @self.